type hash/fnv.sum64a (basic type)

Method Implmentations

BlockSize() int *sum64a.M : hash.Hash.BlockSize *sum64a.M : hash.Hash64.BlockSize
MarshalBinary() ([]byte, error) *sum64a.M : encoding.BinaryMarshaler.MarshalBinary *sum64a.M : crypto/hmac.marshalable.MarshalBinary
Reset() *sum64a.M : hash.Hash.Reset *sum64a.M : hash.Hash64.Reset
Size() int *sum64a.M : hash.Hash.Size *sum64a.M : hash.Hash64.Size
Sum(in []byte) []byte *sum64a.M : hash.Hash.Sum *sum64a.M : hash.Hash64.Sum
Sum64() uint64 *sum64a.M : hash.Hash64.Sum64
UnmarshalBinary(b []byte) error *sum64a.M : encoding.BinaryUnmarshaler.UnmarshalBinary *sum64a.M : crypto/hmac.marshalable.UnmarshalBinary
Write(data []byte) (int, error) *sum64a.M : hash.Hash.Write *sum64a.M : hash.Hash64.Write *sum64a.M : io.Writer.Write